home *** CD-ROM | disk | FTP | other *** search
/ The Simpsons Ride - Sneak Peak / The Simpsons Ride - Sneak Peak.iso / pc / FINAL / about.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-07-25  |  133b  |  9 lines

  1. on(press){
  2.    startDrag("",0,_X,top,_X,bottom);
  3.    tellTarget("logic")
  4.    {
  5.       gotoAndStop("logic");
  6.       play();
  7.    }
  8. }
  9.